home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11593 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  43 lines

  1. Newsgroups: comp.lang.c++
  2. Path: passport.ca!news
  3. From: sfms@passport.ca (sfms)
  4. Subject: Re: C or C++ for a 14-yea
  5. X-Nntp-Posting-Host: dial031.passport.ca
  6. Message-ID: <DoB6oG.3rJ@passport.ca>
  7. Sender: news@passport.ca
  8. Organization: Your Organization
  9. X-Newsreader: WinVN 0.92.6+
  10. References: <96031502451422486@gco.com>
  11. Date: Fri, 15 Mar 1996 12:29:04 GMT
  12.  
  13. In article <96031502451422486@gco.com>, peter.garner@gco.com (Peter Garner) says:
  14.  
  15. >  I am not sure that I agree with that.  I more or less started with C++,
  16. >and I am doing quite well (I think, hehehe)!  In fact, many
  17. >experienced OOP Gurus (e.g. Grady Booch) insist that learning a
  18. >procedural language is a hinderence in todays Object Oriented World!
  19.  
  20. OTOH, there are times when my background in C has really helped
  21. me solve tricky technical problems.  Had I learned C++ first
  22. I doubt I would have had the patience to learn all that low-level
  23. stuff.  I think a good programmer can jump back and forth between 
  24. levels with relative ease.  Although my ASM is pretty rudimentary,
  25. I benefit from being able to look at a C statement and get a sense
  26. of what the assembler calls are.  The same applies to C++ (Especially
  27. if the classes are somebody elses).
  28.  
  29. >BG>     Learn & enjoy.  Do, however, go outside from time to time and
  30. >BG>     get some sun & fresh air.  I work with some people that lived
  31. >BG>     computers since they were born, and they are the biggest geeks.
  32. >
  33. >
  34. >Hear, Hear!!!  hehehe  :-)
  35.  
  36. Absolutely!  No amount of quantity programming can replace quality
  37. programming.  Save the sloppy C hacking for somebody else.  While
  38. he/she is looking for the obscure bugs, you can go out hand have 
  39. a life because you avoided the bug in the first place.
  40.  
  41. Ross
  42.  
  43.